-- card: 3332 from stack: in.7 -- bmap block id: 0 -- flags: 0000 -- background id: 2737 -- name: Setup ----- HyperTalk script ----- on ok show card field id 26 wait 90 hide card field id 26 end ok -- part 1 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=19 top=58 right=79 bottom=111 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Baud -- part 2 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=116 top=58 right=79 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Data Bits -- part 3 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=213 top=58 right=79 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Stop Bits -- part 4 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=310 top=58 right=79 bottom=402 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Parity -- part 5 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=406 top=58 right=79 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Mode -- part 6 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=88 right=107 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 300 Baud ----- HyperTalk script ----- on mouseUp global baud put 300 into baud openit ok end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=110 right=129 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1200 Baud ----- HyperTalk script ----- on mouseUp global baud put 1200 into baud openit ok end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=117 top=110 right=129 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 6 Data Bits ----- HyperTalk script ----- on mouseUp global data put 6 into data openit ok end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=132 right=151 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2400 Baud ----- HyperTalk script ----- on mouseUp global baud put 2400 into baud openit ok end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=154 right=173 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 4800 Baud ----- HyperTalk script ----- on mouseUp global baud put 4800 into baud openit ok end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=176 right=195 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 7200 Baud ----- HyperTalk script ----- on mouseUp global baud put 7200 into baud openit ok end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=19 top=198 right=217 bottom=110 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 9600 Baud ----- HyperTalk script ----- on mouseUp global baud put 9600 into baud openit ok end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=117 top=88 right=107 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 5 Data Bits ----- HyperTalk script ----- on mouseUp global data put 5 into data openit ok end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=117 top=132 right=151 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 7 Data Bits ----- HyperTalk script ----- on mouseUp global data put 7 into data openit ok end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=117 top=155 right=174 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 8 Data Bits ----- HyperTalk script ----- on mouseUp global data put 8 into data openit ok end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=214 top=88 right=107 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1 Stop Bit ----- HyperTalk script ----- on mouseUp global stop put 10 into stop openit ok end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=214 top=110 right=129 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1/2 Stop Bits ----- HyperTalk script ----- on mouseUp global stop put 15 into stop openit ok end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=214 top=132 right=151 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2 Stop Bits ----- HyperTalk script ----- on mouseUp global stop put 20 into stop openit ok end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=312 top=88 right=107 bottom=403 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: None ----- HyperTalk script ----- on mouseUp global parity put 0 into parity openit ok end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=312 top=110 right=129 bottom=403 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Even ----- HyperTalk script ----- on mouseUp global parity put 2 into parity openit ok end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=312 top=132 right=151 bottom=403 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Odd ----- HyperTalk script ----- on mouseUp global parity put 1 into parity openit ok end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=407 top=88 right=107 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Full ----- HyperTalk script ----- on mouseUp global mode put 0 into mode openit ok end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=407 top=110 right=129 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Half ----- HyperTalk script ----- on mouseUp global mode put 1 into mode openit ok end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=407 top=132 right=151 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Echo ----- HyperTalk script ----- on mouseUp global mode put 2 into mode openit ok end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=315 top=214 right=267 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 14953 / 14953 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go back ----- HyperTalk script ----- on mouseUp visual effect barn door close go to card "Screen" end mouseUp -- part 26 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=136 top=274 right=327 bottom=246 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 6400 -- line height: 16 -- part name: Done ! -- part 27 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=7 top=298 right=335 bottom=120 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next -- part contents for background part 1 ----- text ----- Hyper Terminal 1.7 by Ricardo Batista -- part contents for card part 26 ----- text ----- Done ! -- part contents for card part 27 ----- text ----- Next Version : File Transfers !!!